home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / func_tbl.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  864 b   |  36 lines

  1. /*****************************************************************************
  2.   FILE           : func_tbl.ph
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : SNNS-Kernel Function table
  7.   NOTES          :
  8.  
  9.   AUTHOR         : Sven Doering
  10.   DATE           : 02.02.93
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)func_tbl.ph    1.13 3/15/94
  14.   SCCS VERSION   : 1.13
  15.   LAST CHANGE    : 3/15/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _FUNC_TBL_DEFINED_
  21. #define  _FUNC_TBL_DEFINED_
  22.  
  23. /* begin global definition section */
  24.  
  25. /* struct FuncTable  kernel_func_table[]; */
  26.  
  27. const int  NoOfKernelFuncs;
  28.  
  29. /* end global definition section */
  30.  
  31. /* begin private definition section */
  32.  
  33. /* end private definition section */
  34.  
  35. #endif 
  36.